From 7702670d86e7339fa0437df4be4df37d88711efb Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Wed, 21 Oct 2020 13:33:06 +0100 Subject: [PATCH] docs: Document the "accessibility" custom tag --- gtk/gtkwidget.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c index 126712b9c8..8747e8efcd 100644 --- a/gtk/gtkwidget.c +++ b/gtk/gtkwidget.c @@ -248,8 +248,8 @@ * * # GtkWidget as GtkBuildable * - * The GtkWidget implementation of the GtkBuildable interface supports a - * custom element, which has attributes named ”key”, ”modifiers” + * The GtkWidget implementation of the #GtkBuildable interface supports a + * custom `` element, which has attributes named ”key”, ”modifiers” * and ”signal” and allows to specify accelerators. * * An example of a UI definition fragment specifying an accelerator: @@ -260,7 +260,7 @@ * ]| * * If the parent widget uses a #GtkLayoutManager, #GtkWidget supports a - * custom element, used to define layout properties: + * custom `` element, used to define layout properties: * * |[ * @@ -288,8 +288,8 @@ * * ]| * - * Finally, GtkWidget allows style information such as style classes to - * be associated with widgets, using the custom